Skip to content

Time reconstruction of saturated signals - #1397

Merged
c-dilks merged 2 commits into
JeffersonLab:developmentfrom
ftouchte:saturated-adc
Aug 25, 2026
Merged

Time reconstruction of saturated signals#1397
c-dilks merged 2 commits into
JeffersonLab:developmentfrom
ftouchte:saturated-adc

Conversation

@ftouchte

@ftouchte ftouchte commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator
  • A signal qualified 1 (i.e saturated), cannot be assigned another type later on
  • Increase the saturation threshold, ADC_LIMIT, from 3500 to 3600
  • Use an empirical formula to determine the adcMax of saturated signals
  • If 1/2 adcMax is above ADC_LIMIT, use the maximum slope to extrapolate the leading edge of the signals
  • If 1/2 adcMax falls between $S_i$ and $S_{i+1}$, where $S_{i+1}$ is part of the saturation threshold, the interpolation using the waveform is wrong, so we use the previous slope
  • I have removed the the upper limit of the ADC cut by updating the CCDB

@baltzell
baltzell requested review from RDupre and mpaolone August 24, 2026 22:37
@c-dilks c-dilks added the rg-l label Aug 25, 2026
@c-dilks
c-dilks enabled auto-merge (squash) August 25, 2026 13:34
@c-dilks
c-dilks merged commit ce1d683 into JeffersonLab:development Aug 25, 2026
23 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants